Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

ManualPerspectiveDeskewCommand Constructor(LeadPoint[],LeadPoint[])








An array of LeadPoint structures that represent the points used for input of the distorted image.
An array of LeadPoint structures that represent those same points after deskewing.
Initializes a new ManualPerspectiveDeskewCommand class object with inputPoints and mappingPoints values.
Syntax
public ManualPerspectiveDeskewCommand( 
   LeadPoint[] inputPoints,
   LeadPoint[] mappingPoints
)
'Declaration
 
Public Function New( _
   ByVal inputPoints() As LeadPoint, _
   ByVal mappingPoints() As LeadPoint _
)
'Usage
 
Dim inputPoints() As LeadPoint
Dim mappingPoints() As LeadPoint
 
Dim instance As New ManualPerspectiveDeskewCommand(inputPoints, mappingPoints)
public ManualPerspectiveDeskewCommand( 
   LeadPoint[] inputPoints,
   LeadPoint[] mappingPoints
)
- (instancetype)initWithInPoints:(nullable const LeadPoint *)inputPoints
                   mappingPoints:(nullable const LeadPoint *)mappingPoints
            
public ManualPerspectiveDeskewCommand(
   LeadPoint[] inputPoints, 
   LeadPoint[] mappingPoints
)
            
function ManualPerspectiveDeskewCommand( 
   inputPoints ,
   mappingPoints 
)
public:
ManualPerspectiveDeskewCommand( 
   array<LeadPoint>^ inputPoints,
   array<LeadPoint>^ mappingPoints
)

Parameters

inputPoints
An array of LeadPoint structures that represent the points used for input of the distorted image.
mappingPoints
An array of LeadPoint structures that represent those same points after deskewing.
Requirements

Target Platforms

See Also

Reference

ManualPerspectiveDeskewCommand Class
ManualPerspectiveDeskewCommand Members
Overload List

Error processing SSI file